home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #5 / CD 5 (Black) - 2001.iso / K-CS.dcr / 00437_Venteloop.ls < prev    next >
Encoding:
Text File  |  2001-02-20  |  134 b   |  14 lines

  1. global StartTid
  2.  
  3. on new me
  4.   startTimer()
  5. end
  6.  
  7. on exitFrame
  8.   if the timer < 400 then
  9.     go(#loop)
  10.   else
  11.     go(#next)
  12.   end if
  13. end
  14.